FOUR-28469: Error with Subrocesses - Missing data between from child request to parent request#8655
Merged
FOUR-28469: Error with Subrocesses - Missing data between from child request to parent request#8655
Conversation
|
QA server K8S was successfully deployed https://ci-b069414db4.engk8s.processmaker.net |
|
caleeli
approved these changes
Dec 17, 2025
nolanpro
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Issue & Reproduction Steps
Variables created or modified in a subprocess were not merged back into the parent request when getUpdated() was empty or incomplete; only the tracked keys were applied, so new or changed values could be lost.
Reproduce (manual): Create a parent with a Call Activity to a child process. In the child, write variables not initialized in the parent (e.g., via script/flow update). Complete the child and parent; the parent summary shows missing or stale values for those variables.
Solution
The refactor reduces inline branching while ensuring new/changed subprocess variables are merged into the parent without overwriting untouched parent values.
How to Test
Follow reproduction steps from the ticket.
Related Tickets & Packages
ci:deploy